home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / DynRisk 68k 4.01 demo.sit / DynRisk-Help.rsrc / TEXT_6515.txt < prev    next >
Text File  |  1996-08-30  |  458b  |  13 lines

  1. Poly1
  2.  
  3. First order polynomial function. This function lets you calculate a simple first order polynomial transformation of the input value. The 窶彗窶 parameter is the constant term, and the 窶彙窶 parameter is the coefficient of the first order term. The Poly1 function is useful e.g., to convert from one unit to another.
  4.  
  5. Default parameter values:
  6.     a = 0, b = 1
  7.  
  8. Example:
  9.     a = 3, b = 2
  10.  
  11.     Input = 4.2  =>  Output =     11.4
  12.     Input = 8.5  =>  Output =     20.0
  13.